home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1940 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 & Networking Stuff....HELP!
  5. Date: 14 Jan 1996 10:52:09 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4dan8p$3av@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe8.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 14, 1996 03:17:25 in article <VC++ 4.0 & Networking Stuff....HELP!>,
  15. 'perron@wpi.edu (Jason L. Perron)' wrote: 
  16.  
  17.  
  18. >Hello All! 
  19. >I couldn't find a comp.lang.visual.c++ type of newsgroup, so I hope 
  20. >it's OK to ask my VC-related questions here. 
  21. >Basically, I've just been assigned a project in which I need to write 
  22. >a network analyzer using VC++ 4.0.  My question is: Is there a 
  23. >"network" class library that I can link in to my program and use?  I 
  24. >guess I have to get my application to talk to something called a 
  25. >"wrapper".  Does VC++ 4.0 come with libraries to do this?  If so, what 
  26. >are they?  If not, does such a library exist somewhere that I can get 
  27. >-- maybe shareware or something I can buy? 
  28. This may not be what you're after, but MSVC++40 includes Windows 
  29. socket classes CSocket and CAsyncSocket.  I haven't used them 
  30. but I have worked with the raw Winsock API and it works very well. 
  31. There's not much documentation (that I could find) about these 
  32. MFC socket classes, but poking around the header files should 
  33. produce a reasonable working knowledge about their ins and outs. 
  34. -- 
  35. Pete Grant 
  36. Kalevi, Inc. 
  37. Object Oriented Software Development
  38.